home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 3
/
AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso
/
software
/
utilities
/
demos
/
stormc-demo
/
include
/
pragma
/
input_lib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-01-02
|
424 b
|
27 lines
#ifndef _INCLUDE_PRAGMA_INPUT_LIB_H
#define _INCLUDE_PRAGMA_INPUT_LIB_H
/*
** $VER: input_lib.h 10.1 (19.7.95)
** Includes Release 40.15
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#ifndef CLIB_INPUT_PROTOS_H
#include <clib/input_protos.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#pragma amicall(InputBase, 0x2a, PeekQualifier())
#ifdef __cplusplus
}
#endif
#endif